UserMessageDetailBody

class UserMessageDetailBody(val type: PeerType, val peer: String, val msgId: String)

Constructors

Link copied to clipboard
constructor(type: PeerType, peer: String, msgId: String)

Properties

Link copied to clipboard
val msgId: String
Link copied to clipboard
val peer: String
Link copied to clipboard
val type: PeerType